'宣言 Public Overloads Shared Function Create( _ ByVal factory As ImagingFactory, _ ByVal filename As System.String, _ ByVal guidVendorRef As System.Nullable(Of Guid), _ ByVal desiredAccess As NativeFileAccess, _ ByVal metadataOptions As DecodeOptions _ ) As BitmapDecoder
public static BitmapDecoder Create( ImagingFactory factory, System.string filename, System.Nullable<Guid> guidVendorRef, NativeFileAccess desiredAccess, DecodeOptions metadataOptions )
パラメータ
- factory
 - The factory.
 - filename
 - The filename.
 - guidVendorRef
 - The GUID vendor ref.
 - desiredAccess
 - The desired access.
 - metadataOptions
 - The metadata options.